home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #14 / Monster Media No. 14 (April 1996) (Monster Media, Inc.).ISO / maximus / stbar110.zip / ACLE.CMD next >
OS/2 REXX Batch file  |  1996-01-14  |  223b  |  9 lines

  1. rem starbar helper helper commandfile
  2. rem needed to support RAR, as acl doesn't
  3. rem feel free to add other unsupported archivers!
  4. acl %1 %2
  5. if exist %2 goto end
  6. rem add unsupported archivers here
  7. unrar e %1 %2
  8. :end
  9.